<?xml version="1.0"?>
<component name="org.nuxeo.drive.login.token.authentication.contrib.override">

  <require>org.nuxeo.drive.login.token.authentication.contrib</require>

  <extension point="authenticators" target="org.nuxeo.ecm.platform.ui.web.auth.service.PluggableAuthenticationService">

    <authenticationPlugin class="org.nuxeo.ecm.platform.ui.web.auth.token.TokenAuthenticator" enabled="true" name="STATEFUL_TOKEN_AUTH">
      <loginModulePlugin>Trusting_LM</loginModulePlugin>
      <stateful>true</stateful>
    </authenticationPlugin>

  </extension>

</component>
